3 // Keychain Circle Notification
5 // Created by J Osborne on 2/21/13.
9 #import <Cocoa/Cocoa.h>
10 #import <Foundation/NSUserNotification_Private.h>
11 #import "KNPersistantState.h"
15 @interface KNAppDelegate
: NSObject
<NSApplicationDelegate
, _NSUserNotificationCenterDelegatePrivate
>
17 @
property (assign
) IBOutlet NSWindow
*window
;
18 @
property (retain
) KDSecCircle
*circle
;
19 @
property (retain
) NSMutableSet
*viewedIds
;
20 @
property (retain
) KNPersistantState
*state
;